
html{

    background:black
}

canvas{

    border: 1px solid #ffffff;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 800px;
    height: 400px;
    background:white;

}

.pitchButton{

    position:relative;
    top: 10px;
    left:230px;
    width:150px;
}

.stepButton1{

    position:relative;
    background-color: blue;
    top: 10px;
    left:250px;
    width:190px;
}

.stopButton{

    position:relative;
    background-color: red;
    top: 10px;
    left:280px;
    width:180px;
    
}

.stepButton2{

    position:relative;
    background-color: blue;
    top: 10px;
    left:330px;
    width:160px;


}

.rotateButton2{

    position:relative;
    top: 10px;
    left:200px;
    width:150px;
}

img{

   
    image-rendering:auto;
    
    
}
